type crypto/internal/edwards25519.projP1xP1
22 uses
crypto/internal/edwards25519 (current package)
edwards25519.go#L14: type projP1xP1 struct {
edwards25519.go#L195: func (v *projP2) FromP1xP1(p *projP1xP1) *projP2 {
edwards25519.go#L209: func (v *Point) fromP1xP1(p *projP1xP1) *Point {
edwards25519.go#L260: result := new(projP1xP1).Add(p, qCached)
edwards25519.go#L268: result := new(projP1xP1).Sub(p, qCached)
edwards25519.go#L272: func (v *projP1xP1) Add(p *Point, q *projCached) *projP1xP1 {
edwards25519.go#L292: func (v *projP1xP1) Sub(p *Point, q *projCached) *projP1xP1 {
edwards25519.go#L312: func (v *projP1xP1) AddAffine(p *Point, q *affineCached) *projP1xP1 {
edwards25519.go#L331: func (v *projP1xP1) SubAffine(p *Point, q *affineCached) *projP1xP1 {
edwards25519.go#L352: func (v *projP1xP1) Double(p *projP2) *projP1xP1 {
scalarmult.go#L50: tmp1 := &projP1xP1{}
scalarmult.go#L102: tmp1 := &projP1xP1{}
scalarmult.go#L178: tmp1 := &projP1xP1{}
tables.go#L39: tmpP1xP1 := projP1xP1{}
tables.go#L54: tmpP1xP1 := projP1xP1{}
tables.go#L69: tmpP1xP1 := projP1xP1{}
tables.go#L81: tmpP1xP1 := projP1xP1{}
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |